home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 11 / FM Towns Free Software Collection 11.iso / t_os / lib / objcol2 / vircon.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-03-13  |  334 b   |  14 lines

  1. #define    S_INT    1
  2. #define    US_INT    2
  3. #define    L_INT    3
  4. #define    UL_INT    4
  5. #define    CHAR    5
  6. #define    POINTER    6
  7.  
  8. void    VC_cls();
  9. void    VC_setWriteColor( int fc );
  10. void    VC_setBackColor( int bc );
  11. void    VC_locate( int x, int y );
  12. void    VC_init( char *work, int bx, int by, int w, int l, int fc, int bc );
  13. int        VC_printf( char *fmt, ... );
  14.